home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / AirPort Admin Utility.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-05-25  |  2.4 KB  |  90 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>baseconfig</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>AdminDoc.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>AirPort Base Station Configuration</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>cnfg</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>MyDocument</string>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeExtensions</key>
  29.             <array>
  30.                 <string>basebinary</string>
  31.             </array>
  32.             <key>CFBundleTypeIconFile</key>
  33.             <string>AdminDoc.icns</string>
  34.             <key>CFBundleTypeName</key>
  35.             <string>AirPort Base Station Binary</string>
  36.             <key>CFBundleTypeOSTypes</key>
  37.             <array>
  38.                 <string>bin1</string>
  39.             </array>
  40.             <key>CFBundleTypeRole</key>
  41.             <string>None</string>
  42.         </dict>
  43.         <dict>
  44.             <key>CFBundleTypeExtensions</key>
  45.             <array>
  46.                 <string>basebinary</string>
  47.             </array>
  48.             <key>CFBundleTypeIconFile</key>
  49.             <string>AdminDoc.icns</string>
  50.             <key>CFBundleTypeName</key>
  51.             <string>AirPort Base Station Binary</string>
  52.             <key>CFBundleTypeOSTypes</key>
  53.             <array>
  54.                 <string>bin2</string>
  55.             </array>
  56.             <key>CFBundleTypeRole</key>
  57.             <string>None</string>
  58.         </dict>
  59.     </array>
  60.     <key>CFBundleExecutable</key>
  61.     <string>AirPort Admin Utility</string>
  62.     <key>CFBundleGetInfoString</key>
  63.     <string>3.4, ¬© Copyright 2001‚Äì2004 Apple Computer Inc., all rights reserved.</string>
  64.     <key>CFBundleIconFile</key>
  65.     <string>AdminIcon.icns</string>
  66.     <key>CFBundleIdentifier</key>
  67.     <string>com.apple.airport.adminutility</string>
  68.     <key>CFBundleInfoDictionaryVersion</key>
  69.     <string>6.0</string>
  70.     <key>CFBundleName</key>
  71.     <string>AirPort Admin Utility</string>
  72.     <key>CFBundlePackageType</key>
  73.     <string>APPL</string>
  74.     <key>CFBundleShortVersionString</key>
  75.     <string>3.4</string>
  76.     <key>CFBundleSignature</key>
  77.     <string>1wcu</string>
  78.     <key>CFBundleVersion</key>
  79.     <string>3.4</string>
  80.     <key>LSHasLocalizedDisplayName</key>
  81.     <true/>
  82.     <key>LSMinimumSystemVersion</key>
  83.     <string>10.3.0</string>
  84.     <key>NSMainNibFile</key>
  85.     <string>MainMenu</string>
  86.     <key>NSPrincipalClass</key>
  87.     <string>NSApplication</string>
  88. </dict>
  89. </plist>
  90.